type github.com/go-pg/pg/v10/types.hstoreParser
5 uses
github.com/go-pg/pg/v10/types (current package)
hstore_parser.go#L12: type hstoreParser struct {
hstore_parser.go#L16: func newHstoreParser(rd Reader) *hstoreParser {
hstore_parser.go#L17: return &hstoreParser{
hstore_parser.go#L22: func (p *hstoreParser) NextKey() ([]byte, error) {
hstore_parser.go#L48: func (p *hstoreParser) NextValue() ([]byte, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)